'Declaration
Public Sub ColorHSLtoRGB( _ ByVal Hue As Single, _ ByVal Saturation As Single, _ ByVal Lightness As Single, _ ByRef Red As Byte, _ ByRef Green As Byte, _ ByRef Blue As Byte _ )
public void ColorHSLtoRGB( float Hue, float Saturation, float Lightness, ref byte Red, ref byte Green, ref byte Blue )
public procedure ColorHSLtoRGB( Hue: Single; Saturation: Single; Lightness: Single; var Red: Byte; var Green: Byte; var Blue: Byte );
public function ColorHSLtoRGB( Hue : float, Saturation : float, Lightness : float, Red : byte, Green : byte, Blue : byte );
Parameters
- Hue
- Saturation
- Lightness
- Red
- Green
- Blue